home *** CD-ROM | disk | FTP | other *** search
/ SGI O2 Out of Box Experience 2.2 / SGI O2 Out of Box Experience 2.2.iso / jungleIsland / RaptorBuilder / uiTexture1.wrl < prev    next >
Text File  |  1998-05-26  |  811b  |  51 lines

  1. #VRML V2.0 utf8
  2.  
  3. Group {
  4.   children      Transform {
  5.     children    Shape {
  6.       appearance    Appearance {
  7.     material    Material {
  8.       ambientIntensity    0.2
  9.       emissiveColor    0.5 0.5 0.5
  10.     }
  11.  
  12.     texture    ImageTexture {
  13.       url    "deH.jpg"
  14.     }
  15.  
  16.       }
  17.  
  18.       geometry    IndexedFaceSet {
  19.     coord    Coordinate {
  20.       point    [ -0.1 0.1 -0.1,
  21.             -0.1 0.1 0.1,
  22.             0.1 0.1 0.1,
  23.             0.1 0.1 -0.1 ]
  24.     }
  25.  
  26.     coordIndex    [ 0, 1, 2, 3, -1 ]
  27.     colorIndex    [  ]
  28.     texCoord    TextureCoordinate {
  29.       point    [ 0 1,
  30.             0 0,
  31.             1 0,
  32.             1 1 ]
  33.     }
  34.  
  35.     texCoordIndex    [ 0, 1, 2, 3, -1 ]
  36.     ccw    TRUE
  37.     solid    TRUE
  38.     convex    TRUE
  39.     creaseAngle    0.5
  40.       }
  41.  
  42.     }
  43.  
  44.     translation    -0.273511 0.00367415 1.33582
  45.     rotation    0.857736 -0.507103 0.0844772  0.383663
  46.     scale    0.602074 0.60208 0.602073
  47.     scaleOrientation    -0.143452 0.989657 0.000591895  0.217798
  48.   }
  49.  
  50. }
  51.